home *** CD-ROM | disk | FTP | other *** search
- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <native.h>
- /* Header for class java_lang_Throwable */
-
- #ifndef _Included_java_lang_Throwable
- #define _Included_java_lang_Throwable
-
- typedef struct Classjava_lang_Throwable {
- struct Hjava_lang_Object* backtrace;
- struct Hjava_lang_String* detailMessage;
- } Classjava_lang_Throwable;
- HandleTo(java_lang_Throwable);
-
- extern void java_lang_Throwable_printStackTrace0(struct Hjava_lang_Throwable*, struct Hjava_io_PrintStream*);
- extern struct Hjava_lang_Throwable* java_lang_Throwable_fillInStackTrace(struct Hjava_lang_Throwable*);
-
- #endif
-